From 3f22ae5a00bd0e1a7a489fd5c0829e399f19d33f Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 1 Mar 2004 22:45:47 +0000 Subject: [PATCH] (w32_read_socket): Fix last change to ButtonPress handling. --- src/w32term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32term.c b/src/w32term.c index b9077a1e0b6..f69b0860bab 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -4394,7 +4394,7 @@ w32_read_socket (sd, expected, hold_quit) if (tool_bar_p || (dpyinfo->w32_focus_frame - && f == dpyinfo->w32_focus_frame)) + && f != dpyinfo->w32_focus_frame)) inev.kind = NO_EVENT; } -- 2.30.2